home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gimp / copyright < prev    next >
Text File  |  2009-08-31  |  2KB  |  58 lines

  1. The GIMP source is available at ftp.gimp.org:/pub/gimp.
  2.  
  3. Copyrights for GIMP-related packages:
  4.  
  5. gimp
  6. ---------
  7. Copyright (C) 1995 Spencer Kimball and Peter Mattis
  8.  
  9. The GIMP may be redistributed under the terms of the GNU GPL,
  10. Version 2 or later, found on Debian systems in the file 
  11. /usr/share/common-licenses/GPL
  12.  
  13. The only exceptions are in in plug-ins/common/tiff.c and plug-ins/common/gif.c:
  14.  
  15. /*
  16. ** tifftopnm.c - converts a Tagged Image File to a portable anymap
  17. **
  18. ** Derived by Jef Poskanzer from tif2ras.c, which is:
  19. **
  20. ** Copyright (c) 1990 by Sun Microsystems, Inc.
  21. **
  22. ** Author: Patrick J. Naughton
  23. ** naughton@wind.sun.com
  24. **
  25. ** Permission to use, copy, modify, and distribute this software and its
  26. ** documentation for any purpose and without fee is hereby granted,
  27. ** provided that the above copyright notice appear in all copies and that
  28. ** both that copyright notice and this permission notice appear in
  29. ** supporting documentation.
  30. **
  31. ** This file is provided AS IS with no warranties of any kind.  The author
  32. ** shall have no liability with respect to the infringement of copyrights,
  33. ** trade secrets or any patents by this file or any part thereof.  In no
  34. ** event will the author be liable for any lost revenue or profits or
  35. ** other special, indirect and consequential damages.
  36. */
  37.  
  38. /* GIF saving file filter for The GIMP version 1.3/1.4
  39.  *
  40.  *    Copyright
  41.  *    - Adam D. Moss
  42.  *    - Peter Mattis
  43.  *    - Spencer Kimball
  44.  *
  45.  *      Based around original GIF code by David Koblas. */
  46. /* Copyright notice for GIF code from which this plugin was long ago     */
  47. /* derived (David Koblas has granted permission to relicense):           */
  48. /* +-------------------------------------------------------------------+ */
  49. /* | Copyright 1990, 1991, 1993, David Koblas.  (koblas@extra.com)     | */
  50. /* +-------------------------------------------------------------------+ */
  51.  
  52.  
  53. libgimp
  54. -----------
  55. The GIMP libraries may be redistributed under the terms of the GNU
  56. LGPL, Version 2 or later, found on Debian systems in the file
  57. /usr/share/common-licenses/LGPL
  58.